home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 018a / macdec3.zip / WHATSNEW.TXT < prev   
Text File  |  1991-12-15  |  7KB  |  158 lines

  1. What's New                                 Fenimore's Macro Suite
  2. ─────────────────────────────────────────────────────────────────
  3. Modified:  ALT B, D, F, H, X;
  4.            ASCII, ALTKEY, CTRLKEY, DP, FN, SHFKEY
  5.  
  6. The following are the most recent changes made to the Macro Suite:
  7.  
  8. ALT B
  9. 11 Dec1      Minor change to Quotes.  Added checking for a hard
  10.              return at the current cursor location. Now, if a
  11.              space OR a hard return is found, the quotes are
  12.              placed next to each other and the cursor moved
  13.              between them.  Without this check for the hard return
  14.              I found that the close quote would often end up on
  15.              the next line (after the hard return). (Version
  16.              3.34f)
  17.  
  18. 11 Dec1      Minor change made to Multiple Enhancements.  Added a
  19.              prompt to show which options being added. As each
  20.              option is added to the document it is stripped from
  21.              the displayed list options chosen. This display is
  22.              particularly useful for slower systems and provides
  23.              feedback that something is actually being done.  Fast
  24.              machines'll probably see a quick blip of info... 
  25.              (Version 3.34g)
  26.  
  27. ALT D
  28. 12 Dec1      Moved an identifier variable to earlier in the macro
  29.              to allow proper menu display under certain
  30.              circumstances. (Version 3.8d2)
  31.  
  32. ALT F
  33. 1 Dec1       Initial version capable of retrieving up to two
  34.              documents out of a maximum total of 4 of the most
  35.              recently edited documents.  User must identify the
  36.              document(s) to retrieve, in any order, up to 2 in
  37.              quantity. If both document screens are empty the user
  38.              may request two documents, otherwise only 1 may be
  39.              retrieved. (Version 4.00)
  40.  
  41. 5 Dec1       Revised the retrieve algorithm for better efficiency. 
  42.              Order of document request is order of retrieval (in
  43.              other words, the numbers 31 will retrieve document #3
  44.              to document screen 1 and document #1 to document
  45.              screen #2.  Added the ability to remove 1 or more
  46.              files from the autoretrieve data file.  Removing all
  47.              will cause the macro to terminate after informing
  48.              that there are no files to retrieve.  (Version 4.01)
  49.  
  50. 10 Dec1      If Multiple Save was called immediately after a file
  51.              rename, the process of returning to the "original
  52.              path and file name" would result in a reset of the
  53.              file to its original and not the newly provided name.
  54.              (Version 4.01a)
  55.  
  56. 11 Dec1      If you don't want to choose from the AutoRetrieve
  57.              file selections hit the EXIT key and you'll enter
  58.              into the DIRECTORY macro (ALTD). (Version 4.01b)
  59.  
  60.  
  61. 12 Dec1      Made a few minor changes so that when ASCII is called
  62.              just after a file rename (and before it has actually
  63.              been saved) it knows that the current file does
  64.              indeed have a name. (Version 4.02)
  65.  
  66. 13 Dec1      Made some minor changes to support a call from ALTX
  67.              during a document exit. This change basically
  68.              involved moving document exit responsibility from
  69.              ALTF to ALTX if EXIT was chosen at the ALTF menu
  70.              requesting the user to provide a file name (for a
  71.              file without a name). (Version 4.02a)
  72.  
  73. 13 Dec1      Made some minor changes to allow the normal ALTF
  74.              message line above the main menu when called by ALTX
  75.              during a document exit. (Version 4.02b)
  76.  
  77. ALTH
  78. 14 Dec1      Finally placed a less terse menu in the main help
  79.              menu.  Added the space bar to the options which'll
  80.              quit the help macro. (Version 2.11)
  81.  
  82. 15 Dec1      Added options which the help macro recognizes:
  83.              A = AltKey, C = CtrlKey; UpArrow or S = ShfKey
  84.              (Version 2.11a)
  85.  
  86. ALT X
  87. 1 Dec1       Initial version which updates the autoretrieve file.
  88.              A maximum of four filenames are stored in the
  89.              autoretrieve file.  Files with the same file
  90.              specification have their cursor location information
  91.              updated. Files with the same name but different path
  92.              are considered "new" and are added to the
  93.              autoretrieve file. New files are added to the bottom
  94.              of the file and removed from the top of the file. The
  95.              number of files indicator located within the
  96.              AutoRetrieve file is also updated.  (Version 4.00)
  97.  
  98. 5 Dec1       Added handling for a file with 0 records and the
  99.              handling for a non-existent autoretrieve file.
  100.              (Version 4.01)
  101.  
  102. 13 Dec1      Made a change in how an exit from document was
  103.              performed.  If the file had no name and EXIT was
  104.              chosen from the ALTF submenu (asking the user to
  105.              provide a file name) the document might be exited. 
  106.              Additionally, it the ALTX option chosen was "D" no
  107.              document switch (from document screen 1 to document
  108.              screen 2, for instance) would occur. This was fixed.
  109.              (Version 4.01a)
  110.  
  111. 15 Dec1      A WordPerfect exit message is now displayed during
  112.              the exit procedure. (Version 4.01b)
  113.  
  114. ASCII
  115. 12 Dec1      Made some changes to allow detection of a filename
  116.              which has a name in memory (but which isn't yet a
  117.              WordPerfect System name).  This occurs ASCII is
  118.              called after a file with no name has been given a
  119.              name but which hasn't yet been saved to disk. The
  120.              ASCII main menu was modified for additional clarity
  121.              (less terse).  Added the option SAVE to supplement
  122.              the ENTER key option. This provides a more visual
  123.              clue as to what the user must do to save an ASCII
  124.              file.  The menu now identifies Original and ASCII
  125.              NAMES instead of FILES.  The menu options line now
  126.              identifies to what those options refer (the ASCII
  127.              file rather than the original). (Version 2.01)
  128.  
  129. 14 Dec1      Hitting the EXIT key exits ASCII and executes the
  130.              FILES (ALTF) macro. (Version 2.01a)
  131.  
  132. DP
  133. 12 Dec1      Made some menu initialization changes for calling
  134.              macros. (Version 1.0h)
  135.  
  136. 13 Dec1      Made a minor change to allow a "re-initialization" of
  137.              a main menu variable used by ALTF after called by
  138.              ALTX. (Version 1.0i)
  139.  
  140. FN
  141. 12 Dec1      Made some minor changes to help menu displays of
  142.              information (minor tweaks). (Version 1.41c)
  143.  
  144. ALTKEY
  145. 14 Dec1      Added space bar to the options which'll exit the
  146.              current menu/help screen and re-enter the HELP main
  147.              menu.
  148.  
  149. CTRLKEY
  150. 14 Dec1      Added space bar to the options which'll exit the
  151.              current menu/help screen and re-enter the HELP main
  152.              menu.
  153.  
  154. SHFKEY
  155. 14 Dec1      Added space bar to the options which'll exit the
  156.              current menu/help screen and re-enter the HELP main
  157.              menu.
  158. -------------------------